perm filename ARKTEX.HOW[ARK,TEX] blob sn#661687 filedate 1982-05-28 generic text, type T, neo UTF8
Procedure to create ARKTEX:

1) say DO COPY

2) change the source

TEXSYS.SAI/8P/133L/-R
ifc SUAI thenc print("ARKTEX of March 19, 1982; VARSIZE=7000 and MSTAT.",
    nextline,"Use ARKTEX.VAR if you have VARSIZE problems.",nextline); endc

TEXHDR.SAI/2P/86L/-R
define MSTAT = ⊂⊃ # changed to ⊂⊃ when watching TEX's memory usage;

TEXHDR.SAI/3P/26L/-R
define varsize=7000 # size of variable node memory, must be << memsize;

3) say DO COMPIL

4) RENAME SYS:←ARKTEX.DMP

5) change the source

TEXSYS.SAI/8P/133L/-R
ifc SUAI thenc print("ARKTEX.VAR of March 19, 1982; VARSIZE=12000 and MSTAT.",
    nextline,"Use regular TEX if you still have VARSIZE problems.",
    nextline,"Use regular ARKTEX if you have MEMSIZE problems.",nextline); endc

TEXHDR.SAI/3P/26L/-R
define varsize=12000 # size of variable node memory, must be << memsize;

6) DO COMPIL

7) RENAME SYS:ARKTEX.VAR←ARKTEX.DMP

8) DO DELETE